PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.optionalcontent Package / PDFOptionalContentGroupExportState Enumeration
In This Topic
    PDFOptionalContentGroupExportState Enumeration
    In This Topic
    Defines the possible export states for an optional content group.
    Members
    MemberDescription
    ALWAYS_EXPORTThe optional content group is always exported.
    EXPORT_WHEN_VISIBLEThe optional content group is exported if it is visible.
    NEVER_EXPORTThe optional content group is never exported.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.graphics.optionalcontent.PDFOptionalContentGroupExportState

    See Also